home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / Directory Lister 0.5 / DirLister.exe / embedded / InfoAfter.txt next >
Text File  |  2002-07-09  |  6KB  |  136 lines

  1. -----------------------------------------------------------------------------
  2. Directory Lister "Readme.txt" file for v0.5.2.
  3. (C) 2002 Copyright by Leszek Skorczynski
  4. http://freeware.prv.pl
  5. -----------------------------------------------------------------------------
  6.  
  7. General rules:
  8. -----------------------------------------------------------------------------
  9. Directories for diskettes are not read upon start. You must click on its icon
  10. to force reading directories.
  11. You can always press 'F5' to clear and update directory structure (eg. when you
  12. change CDs).
  13.  
  14. Preview window in Windows 9x is limited to ~32kB size so it does not display
  15. whole listing if it's too big. However, the listing is properly saved
  16. to the disk.
  17.  
  18. If you press 'Cancel' button during listing generation then CRC32 value will be
  19. not properly counted for the last file.
  20.  
  21. Selecting directories:
  22. -----------------------------------------------------------------------------
  23. Checked white box - list this directory and all subdirectories recursively.
  24. Checked gray box  - list this directory but not all of its subfolders (not all
  25.                     could also be none)
  26. Gray box          - list some of the subdirectories of this directory
  27. White box         - do not list this directory
  28.  
  29. So if you check a directory with a 'checked white box' then you can add/delete
  30. its subfolders and always updated subdirectories will be listed.
  31.  
  32. Command line usage:
  33. -----------------------------------------------------------------------------
  34. DirLister.exe [/l directories.dls output.txt] [/o configuration.dlc]
  35.   directories.dls   - previously saved list of directories to list
  36.   output.txt        - listing itself
  37.   configuration.dlc - previously saved user configuration
  38.  
  39. Example:
  40.   C:\Program Files\Directory Lister\DirLister.exe /l c:\my documents\ftpdirs.dls c:\ftp\file_listing.html /o c:\my documents\myconf1.dlc
  41.  
  42. Shortcut keys:
  43. -----------------------------------------------------------------------------
  44. F5  - refresh folders view
  45. F12 - Switch between 'Select directories' / 'Preview'
  46.  
  47. Include box:
  48. -----------------------------------------------------------------------------
  49. * Subdirs checkbox - this will display subdirectories apart from files.
  50.  
  51. * Name checkbox - this will display file / subdirectory name.
  52.  
  53. * Size checkbox - this will display the file size and <dir> string for
  54.                   subdirectories.
  55.  
  56. * Date checkbox - this will display file / subdirectory date.
  57.  
  58. * Time checkbox - this will display file / subdirectory time.
  59.  
  60. * Attributes checkbox - this will display file / subdirectory attributes,
  61.                         where 'r' is readonly, 'a' is archive,
  62.                         'h' is hidden, 's' is system.
  63.  
  64. * CRC32 checkbox - this will display the file CRC32 value (exactly the same as
  65.                    in zip/rar archives).
  66.                    WARNING! This could take a lot of time!
  67.  
  68. * Dir names checkbox - this will display directory name above the files /
  69.                        subdirectories listing. If you also check Name
  70.                        checkbox, directory name will be sourrounded with
  71.                        two lines consisting of '-' chars.
  72.  
  73. * Dir size checkbox - this will display directory size above the files /
  74.                       subdirrectories listing. If you set mask different
  75.                       than "*.*" the size will be counted only from files
  76.                       which match the mask.
  77.  
  78. * File path checkbox - this will display files / subdirectories with
  79.                        full path, not only the file / subdirectory name.
  80.  
  81. * File count checkbox - this will display file count (in brackets) for each
  82.                         directory just after directory name. This option works
  83.                         only if 'Dir names' option is checked.
  84.  
  85. * Path should be radio buttons - this options concerns paths for files (if you
  86.                       check 'File path' checkbox) and directories.
  87.                       Full          - will display whole path
  88.                       No drive      - will not display just the drive letter
  89.                       No parent dir - will display the path starting from the
  90.                                       top-most white-checkbox selected directory.
  91.  
  92. Options box:
  93. -----------------------------------------------------------------------------
  94. * Generate HTML - this will generate HTML page with the listing or if
  95.                   unchecked - ordinary text file.
  96.  
  97. * Listing for each folder - this will generate listing in each listed
  98.                directory under the name taken from 'Name:' edit. Extension
  99.                is automatically added (txt or html).
  100.                This file will NOT be generated if 'Sort files all together'
  101.                option is checked.
  102.                WARNING! This file is ALWAYS overwritten so be sure not to choose
  103.                a name that will delete your own files!
  104.  
  105. * Mask - only files / subdirectories which match the mask will be listed.
  106.          Subdirectories which don't match the mask will not be displayed
  107.          when Subdirs checkbox is checked.
  108.          You can specify multiple masks separating them with ";" e.g:
  109.          *.avi;*.txt
  110.          Wildcards (*?) are allowed as well as sets ([a-z] [!d]).
  111.          Example:
  112.          - Files not starting from a,b,c; having 4 characters in name and any
  113.            extension:
  114.               [!a-c]???.*
  115.  
  116. * Sort files all together - this option will sort files as if they were in one
  117.                directory. This option works only if 'Dir names' and 'Dir size'
  118.                options are unchecked. If any of them is checked, uncheck this
  119.                option to boost performance.
  120.  
  121. * Sort items - causes files to be sorted as well as directories tree.
  122.                 If you uncheck this, directories tree will not be unsorted.
  123.  
  124. * Descending - this will list all items in one directory reversely, so the
  125.                subdirectories (if checked) will be at the end.
  126.  
  127. * Sort by - you can choose how to sort items in directory.
  128.  
  129. * Size display - displays file sizes in Bytes, Kilobytes, Megabytes,
  130.                  Gigabytes or - Dynamic - depending on the size, in proper
  131.                  measure.
  132.  
  133. * Size precision - when you choose Size display other than Bytes this is the
  134.                    number of decimal digits after the point.
  135.  
  136.